@charset "utf-8";

* {
	box-sizing: border-box;
}

body,
div,
p,
h1 {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}
h4, p{
	margin:0;
}

a {
	color: #aaaaaa;
	text-decoration: none;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}

body {
	background-color: #F5F5F5;
	min-width: 1280px;
}

.cont-sy {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navhome_qh{
    width: 102px;
    margin-top: 43px;
    float: left;
    background-color: #ffffff;
    border:1px solid #ffffff;
}
.navhome_zdname{
  width: 100%;
  padding-left: 13px;
  float: left;
  cursor: pointer;
}
.navhomelb{
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 100px;
  padding: 5px 0;
  margin-top:25px;
  background-color: #ffffff;

}
.navhomelb li{
  width: 100%;
  text-align: center;
  line-height: 25px;

}
.navhomelb li:hover{
  background-color: #dddddd;
}
.navhomelb li:hover>a{
  color: #ffffff;
}
.navhome_qh:hover{
  border: 1px solid #dddddd;
}
.navhome_qh:hover>.navhomelb{
  display: block;
}
.navhome_qh:hover>.navhome_zdname1{
  color: #ff552e;
}
.navhome_qh:hover>.navhome_zdimg{
  background:url(/static/v2/images/navdqdh1.png);

}
.navhomelb li a{
  color: #aaaaaa;
  font-size: 12px;
}
.navhome_zdname1{
  float: left;
  line-height: 30px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaaaaa;
  margin-right: 5px;
}
.navhome_zdimg{
  float:left;
  width: 14px;
  height: 14px;
  margin-top: 8px;

  background: url(/static/v2/images/navdqdh.png);
}
.nav_home {
  min-width: 1280px;
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  -moz-box-shadow: 0px 0px 10px #B3B3B3;
  -webkit-box-shadow: 0px 0px 10px #B3B3B3;
  box-shadow: 0px 0px 10px #B3B3B3;
}

.navlogo {
  height: 54px;
  margin-top: 18px;
  margin-left: 100px;
  float: left;
}

.navtabxx {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 100px;
}

.navtabxx1 {
  margin: 0 15px;
  float: left;
  line-height: 90px;
  position: relative;
}

.navtabxx1 a {
  text-decoration: none;
  color: #222222;
   font-size: 16px;
}

.navtabxx1:after {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 30px;
  left: 0;
  content: '';
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.navtabxx1:hover>a {
  color: #16a4b1;
}

.navtabxx1:hover:after {
 background-color: #16a4b1;
}

.navtabxx2 a {
  color: #16a4b1;
}

.navtabxx2:after {
  color: #16a4b1;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 30px;
  opacity: 1;
  left: 0;
  content: '';
  background-color: #16a4b1;
}

.cont-home {
	width: 1280px;
	height: 600px;
	padding: 30px 50px;
	background-color: #FFFFFF;
	margin: 0 auto;
	list-style: none;
	transition: all 0.5s ease;
}

.kttc11 {
	width: 100%;
	height: 90px;
}

.cont-home:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.cont-home li {
	width: 49%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 20px;
	float: left;
	background-color: #16a4b1;
	transition: all 0.5s ease;
}

.cont-home li:hover {
	background-color: #222222;
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.cont-homeimg {
	width: 65%;
	float: left;
}

.sernr {
	width: 35%;
	float: left;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

#b06 {
	width: 100%;
	overflow: hidden;
}

#b06 img {width: 100%;}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner ul {overflow-x: hidden;width: 400%;}

.banner li {
	list-style: none;
}

.simgwrap li {width: 25%;}

.banner ul li {
	float: left;
}

#b06 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b06 .dots li {
	display: inline-block;
	background-color: #dddddd;
	width: 20px;
	height: 20px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #dddddd;
	border-radius: 50%;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b06 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b06 .arrow {
	position: absolute;
	top: 200px;
}

#b06 #al {
	left: 15px;
}

#b06 #ar {
	right: 15px;
}

.cont-homelitt {
	width: 55%;
	height: 22px;
	margin-left: 26%;
	margin-right: 24%;
	float: left;
}

.cont-homelitt img {
	height: 22px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.cont-til {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 15px;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
}

.cont-til1 {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.cont-titnr {
	width: 85%;
	height: 40px;
	font-size: 12px;
	margin-top: 5px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 2;
-moz-box-orient: vertical;
display: -o-box;
-o-line-clamp: 2;
-o-box-orient: vertical;
}
.cont-titnr4 {
	width: 85%;
	height: 115px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	margin-top: 5px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 5;
-moz-box-orient: vertical;
display: -o-box;
-o-line-clamp: 5;
-o-box-orient: vertical;
}
.cont-titnr2 {
	width: 85%;
	height: 60px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 7.5%;
	margin-top: 5px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp: 3;
-moz-box-orient: vertical;
display: -o-box;
-o-line-clamp: 3;
-o-box-orient: vertical;
}

.cont-titnrfl {
	width: 80%;
	margin-left: 10%;
	min-height: 64px;
	list-style: none;
	float: left;
	margin-top: 10px;
}
.cont-titnrfl2 {
	width: 80%;
	margin-left: 10%;
	min-height: 44px;
	list-style: none;
	float: left;
	margin-top: 10px;
}


.cont-titnrfl1 {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
	float: left;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	transition: all 0.5s ease;
}

.cont-titnrfl1:hover {
	background-color: #FFFFFF;
	color: #222222;
}

.cont-titbutton {
	width: 40%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 15px;
	margin-left: 30%;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	float: left;
	transition: all 0.5s ease;
	cursor: pointer;
}
.cont-titbutton4 {
	width: 40%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 29px;
	margin-left: 30%;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	float: left;
	transition: all 0.5s ease;
	cursor: pointer;
}

.cont-titbutton:hover {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #222222;
}

.tanchuc {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(/static/v2/images/tancbj.png) repeat;
	z-index: 99;
}

.fangshi1 {
	position: fixed;
	left: 35px;
	bottom: 275px;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.tanchuzhishi1 {
	width: 60px;
	position: fixed;
	left: 50px;
	bottom: 160px;
	animation: tanchuc1 1s infinite;
	-webkit-animation: tanchuc1 1s infinite;
}

@keyframes tanchuc1 {
	0% {
		bottom: 190px;
	}
	50% {
		bottom: 160px;
	}
	100% {
		bottom: 190px;
	}
}

.fangshi2 {
	position: fixed;
	right: 260px;
	top: 350px;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}


.fangshi3 {
	position: fixed;
	left: 27%;
	top: 47%;
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.daohang_cd{
	z-index: 100;
}

.tanchuzhishi2 {
	width: 60px;
	position: fixed;
	right: 150px;
	top: 335px;
	animation: tanchuc2 1s infinite;
	-webkit-animation: tanchuc2 1s infinite;
}

@keyframes tanchuc2 {
	0% {
		right: 180px;
	}
	50% {
		right: 150px;
	}
	100% {
		right: 180px;
	}
}

.tanchuzhishi3 {
	width: 60px;
	position: fixed;
	left: 34%;
	top: 45%;

	animation: tanchuc3 1s infinite;
	-webkit-animation: tanchuc3 1s infinite;
}

@keyframes tanchuc3 {
	0% {
		left: 33%;
	}
	50% {
		left: 34%;
	}
	100% {
		left: 33%;
	}
}

.tanchuc1 {
	width: 400px;
	height: 350px;
	border-radius: 10px;
	background-color: #FFFFFF;
	position: fixed;
	left: 40%;
	top: 25%;
	position: relative;
}

.tcgbhome {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
	cursor: pointer;
}

.tanchuctit {
	line-height: 50px;
	font-size: 20px;
	color: #33a3dc;
	font-weight: bold;
	border-bottom: 1px dotted #AAAAAA;
	text-align: center;
}

.tanchuctit1 {
	line-height: 20px;
	font-size: 13px;
	color: #aaaaaa;
	margin: 20px 0px;
	width: 86%;
	margin-left: 7%;
	text-align: center;
}

.tanchuctit2 {
	width: 26%;
	text-align: center;
	margin-left: 37%;
	line-height: 28px;
	color: #d0d0d0;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	transition: all 0.5s ease;
	cursor: pointer;
}

.tanchuctit2:hover {
	color: #FFFFFF;
	border: 1px solid #222222;
	background-color: #222222;
}

.tabqiehuan {
	width: 400px;
	height: 50px;
}

.tab_home1 {
	width: 40%;
	margin-right: 2.5%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 50px;
	background-color: #222222;
}

.tab_home1 img {
	width: 30px;
	float: left;
	margin-top: 13px;
	margin-left: 30px;
	margin-right: 5px;
}

.tab_home1 p {
	float: left;
}

.tab_home2 {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #7b7979;
	line-height: 50px;
	background-color: #f5f5f5;
}

.tab_home2 img {
	width: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 5px;
}

.tab_home2 p {
	float: left;
}

.tab_littlebq {
	width: 100%;
	margin: 0 auto;
}

.tab_littlebqan {
	width: 70%;
	float: left;
	height: 38px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.tab_littlebqan1 {
	width: 70%;
	height: 38px;
	overflow: hidden;
	float: left;
	list-style: none;
	padding: 0;
}

/*.tab_littlebqan li:first-child {
	background-color: #222222;
}

.tab_littlebqan li:first-child a {
	color: #FFFFFF;
}

.tab_littlebqan1 li:first-child {
	background-color: #222222;
}

.tab_littlebqan1 li:first-child a {
	color: #FFFFFF;
}
*/
.tab_littlebqan li {
	width: 13%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	margin-left: 0.2%;
	margin-right: 0.2%;
	background-color: #F5F5F5;
	padding: 3px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.tab_littlebqan li a {
	color: #AAAAAA;
}

.tab_littlebqan li:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #222222;
}

.tab_littlebqan li:hover>a {
	color: #FFFFFF;
}

.tab_littlebqan1 li {
	width: 13%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	margin-left: 0.2%;
	margin-right: 0.2%;
	background-color: #F5F5F5;
	padding: 3px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.tab_littlebqan1 li a {
	color: #AAAAAA;
}

.tab_littlebqan1 li:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #222222;
}

.tab_littlebqan1 li:hover>a {
	color: #FFFFFF;
}

.anli_home {
	height: 930px;
	width: 1280px;
	margin: auto;
	padding: 30px 50px;
	margin-bottom: 10px;
	/*background: url(images/lcc13.jpg);
	background-repeat: repeat;
	*/
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}

.anli_home:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.anli-home {
	width: 1200px;
	height: 712px;
	overflow: hidden;
	float: left;
	position: relative;
}

.anli-home1 {
	width: 1200px;
	height: 712px;
	overflow: hidden;
	float: left;
	position: relative;
}

.anlixs1 {
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	transition: all 1s ease;
}

.anlixs2 {
	width: 300%;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	transition: all 1s ease;
}

.web_anli {
	width: 1200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.web_anlia {
	width: 1200px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.web_anli1 img {
	width: 100%;
	transition: all 0.5s ease;
}

.web_anli1 {
	float: left;
	position: relative;
	width: 22.5%;
	height: 326px;
	overflow: hidden;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
	background-color: #FFFFFF;
	background-size: 100%;
	border: 1px solid #F5F5F5;
	transition: all 0.3s ease;
}

.web_anli1:hover {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
	background-color: #16a4b1;
	cursor: pointer;
}

.web_anli1js {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	color: #222222;
	height: 115px;
	background-color: #FFFFFF;
	transition: all 0.3s ease;
}

.web_anli1:hover>.web_anli1js {
	bottom: 5px;
	color: #FFFFFF;
	background-color: #16a4b1;
}
.web_anli1:hover>.web_anli1js>.web_anli1jstit{
	color: #ffffff;
}
.web_anli1:hover>.web_anli1js>.web_anli1jstit2{
	color: #ffffff;
}

.anlihomeyc {
	width: 100%;
	height: 300px;
}

.web_anli1jstit {
	display: block;
	width: 95%;
	margin: 0;
	color: #222222;
	font-family: Microsoft JhengHei;
	margin-left: 2.5%;
	line-height: 40px;
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web_anli1jstit1 {
	display: block;
	width: 95%;
	height: 36px;
	margin-left: 2.5%;
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.web_anli1jstit2 {
	display: block;
	width: 95%;
	margin-left: 2.5%;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

.anlimore {
	float: right;
	width: 7%;
}

.anlimore1 {
	cursor: pointer;
	line-height: 40px;
	float: left;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 10px;
	color: #AAAAAA;
	border: 0;
}
.anlimore2 {
	cursor: pointer;
	line-height: 40px;
	float: right;
	display: block;
	font-size: 14px;
	color: #AAAAAA;
	border: 0;
	margin-right: 18px;
	margin-top: 3px;
}

.anlimore1:hover>.anlimoretit {
	color: #222222;
}

.anlimoretit {
	float: left;
	margin-left: 7px;
	color: #c6c6c6;
	transition: all 0.3s ease;
}
.rightjt{
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 10px;
	background: url(/static/v2/images/rightjt.png);
	transition: all 0.5s ease;
}
.anlimore1:hover>.rightjt{
	background: url(/static/v2/images/rightjt1.png);
}

.anlileft1 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anlileft1.png);

	float: left;
	margin-left: 8px;

}

.anlileft1:hover {
	background: url(/static/v2/images/anlileft2.png);

}

.anliright1 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anliright1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;

}

.anliright1:hover {
	background: url(/static/v2/images/anliright2.png);
	background-size: 100% 100%;
}

.anlileft11 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anlileft1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;

}

.anlileft11:hover {
	background: url(/static/v2/images/anlileft2.png);
	background-size: 100% 100%;
}

.anliright11 {
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/anliright1.png);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
}

.anliright11:hover {
	background: url(/static/v2/images/anliright2.png);
	background-size: 100% 100%;
}

.anlimorea {
	float: right;
	width: 7%;
}

.scound-tit {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
}

.scound-tit1 {
	width: 140px;
	height: 30px;
	margin: auto;
}

.scound-tit1 p {
	line-height: 30px;
	font-size: 25px;
	color: #222222;
	float: left;
}

.scound-tit1 img {
	width: 30px;
	float: left;
	margin-right: 5px;
}

.scound-tit2 {
	line-height: 20px;
	font-size: 15px;
	color: #aaaaaa;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c5c5c5;
}

.anli_hometi {
	width: 50%;
	float: left;
	height: 70px;
	margin-top: 10px;
}

.anli_hometi p {
	line-height: 40px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 25px;
}

.anli_hometi img {
	width: 30px;
	margin-top: 6px;
	float: left;
	margin-right: 5px;
}

.anli_hometi1 {
	line-height: 20px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #aaaaaa;
	font-size: 15px;
	margin-bottom: 10px;
}

.webcollocation {
	width: 1280px;
	margin: 0 auto;
	margin-top: 10px;
}

.webcollocation1 {
	width: 1280px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 900px;
}

.collty {
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
}

.colltyleft {
	width: 35%;
	height: 400px;
	float: left;
	background-color: #222222;
	padding: 20px 30px;
}

.colltylefttit {
	width: 100%;
	height: 100px;
	position: relative;
	transition: all 0.5s ease;
}

.colltylefttit p {
	line-height: 100px;
	font-size: 25px;
	color: #FFFFFF;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.colltylefttit img {
	width: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 35px;
}

.colltylefttit:after {
	width: 40px;
	height: 2px;
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.colltylefttit1 {
	font-size: 14px;
	color: #cdcdcd;
	margin-top: 20px;
	line-height: 25px;
	transition: all 0.5s ease;
}

.colltylefttit2 {
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 10px;
	line-height: 18px;
	transition: all 0.5s ease;
}

.colltyleft:hover>p {
	color: #FFFFFF;
}

.colltyleftlogo {
	width: 40px;
	height: 40px;
	background: url(/static/v2/images/colltyleftlogo.png);

	margin: 50px 0;
	transition: all 0.5s ease;
}

.colltyleft:hover>.colltyleftlogo {
	background: url(/static/v2/images/colltyleftlogo1.png);

}

.colltyright {
	width: 65%;
	height: 400px;
	overflow: hidden;
	float: left;
}

.colltyright img {
	transition: all 0.5s ease;
}

.colltyright:hover>img {
	transform: scale(1.05);
}

.colltgyy {
	width: 100%;
	height: 450px;
}

.colltg {
	width: 49.5%;
	margin-right: 0.5%;
	float: left;
	transition: all 0.5s ease;
}

.colltg1 {
	width: 49.5%;
	margin-right: 0;
	margin-left: 0.5%;
	float: left;
	transition: all 0.5s ease;
}

.colltg:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.colltgimg {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.colltgimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.colltg:hover>.colltgimg img {
	transform: scale(1.03);
}

.colltgnr {
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative;
}

.colltgnrtit {
	color: #222222;
	font-size: 20px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}

.colltgnrtit1 {
	font-size: 14px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	line-height: 20px;
	color: #AAAAAA;
}

.colltgnrimg {
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 30px;
	height: 30px;
	background: url(/static/v2/images/colltgnrright.png);
	background-size: 100% 100%;
	transition: all 0.5s ease-in-out;
}

.colltg:hover>.colltgnr .colltgnrimg {
	left: 50px;
	background: url(/static/v2/images/colltgnrright1.png);
	background-size: 100% 100%;
}

.newlb {
	width: 65%;
	height: 490px;
	overflow: hidden;
	float: left;
}

.newlbleft li:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.newlbleft {
	width: 100%;
	padding: 0;
	list-style: none;
	margin: 0;
}

.newlbleft li {
	width: 100%;
	height: 94px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	transition: all 0.5s ease;
}

.newlbleft li img {
	width: 20%;
	height: 100px;
	float: left;
	margin-right: 5px;
}

.homenews {
	width: 100%;
	float: left;
}

.homenewstit {
	color: #222222;
	width: 70%;
	float: left;
	font-size: 15px;
	font-weight: 700;
	font-family: "微软雅黑";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.homenewstit1 {
	width: 25%;
	float: right;
}

.homenewstit1 img {
	width: 15px !important;
	height: 15px !important;
	float: right !important;
	margin-top: 1px;
	margin-right: 3px !important;
}

.homenewstit1 p {
	float: right;
	font-size: 12px;
	color: #AAAAAA;
}

.homenewcont {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	height: 30px;
	margin-top: 30px;
	color: #AAAAAA;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newlb1 {
	width: 34.5%;
	height: 490px;
	overflow: hidden;
	float: right;
	padding: 20px;
	background-color: #FFFFFF;
	height: 490px;
	transition: all 0.5s ease;
	;
}

.newlb1:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.newslbrighttit {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.newslbrighttit:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.newslbrighttit img {
	width: 30px;
	float: left;
}

.newslbrighttit p {
	float: left;
	line-height: 30px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 25px;
	font-weight: bold;
}

.newslbrighttit h6 {
	margin-top: 8px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #AAAAAA;
	font-size: 18px;
	margin-left: 3px;
	font-weight: 200;
	margin-bottom: 0;
}

.newslbrighttit2 {
	width: 100%;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

.newslbrighttit2:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
	background-color: #222222;
}

.newslbrighttit2 img {
	width: 28px;
	float: left;
}

.newslbrighttit2 p {
	float: left;
	line-height: 30px;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.newslbrighttit2 h6 {
	margin-top: 8px;
	float: left;
	font-family: 黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #AAAAAA;
	font-size: 16px;
	margin-left: 3px;
	font-weight: 200;
	margin-bottom: 0;
}

.contacthome {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

.contacthome1 {
	float: left;
	width: 100%;
}

.contacthome1 p {
	font-size: 12px;
	color: #AAAAAA;
	line-height: 30px;
	float: left;
}

.contacthome1 img {
	height: 20px;
	margin-top: 5px;
	float: left;
	margin-right: 3px;
}

.contacthome1 p a {
	text-decoration: none;
}

.contacthome12 {
	float: left;
	width: 100%;
}

.contacthome12 p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
}

.contacthome12 img {
	height: 20px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

.contacthome12 p a {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 5px;
}

.contacthome12 p a:hover {
	text-decoration: underline;
}

.contacthomezx {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	color: #222222;
	text-align: center;
	line-height: 30px;
}

.contacthomezx img {
	float: left;
	width: 28px;
	margin-top: 5px;
	margin-right: 3px;
}

.contacthomezx p {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.contactbd {
	padding: 10px 0;
	float: left;
}

.contactbdtc {
	float: left;
	width: 80%;
	margin-left: 10%;
}

.contactbd1 {
	float: left;
	width: 100%;
}


/*.contactbd1 p{
	line-height: 30px;
	font-size: 15px;
	color: #AAAAAA;
	float: left;
	width: 25;
}*/

.contactin1 {
	width: 100%;
	border: none;
	height: 30px;
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}

.contactin2 {
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-right: 2%;
}

.contactin3 {
	width: 100%;
	border: none;
	background-color: #F5F5F5;
	height: 30px;
	padding-left: 5px;
}

.contactin4 {
	width: 100%;
	margin-top: 10px;
	background-color: #F5F5F5;
	height: 60px;
	padding-left: 3px;
	border: none;
	resize: none;
	word-wrap: normal;
}

.contactin14 {
	width: 100%;
	margin-top: 10px;
	height: 60px;
	padding-left: 3px;
	border: 1px solid #DDDDDD;
	resize: none;
	word-wrap: normal;
}

.contactin11 {
	width: 100%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
}

.contactin12 {
	width: 38%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	padding-left: 5px;
	margin-right: 2%;
}

.contactin13 {
	width: 60%;
	border: 1px solid #DDDDDD;
	height: 40px;
	float: left;
	padding-left: 5px;
}

input::-webkit-input-placeholder,
{
	/* WebKit browsers */
	color: #AAAAAA;
}

input:-moz-placeholder,
{
	color: #AAAAAA;
}

/*.hometij {
	width: 40%;
	margin-left: 30%;
	margin-top: 10px;
	resize: none;
	height: 35px;
	background-color: #AAAAAA;
	border: none;
	color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
}

.hometij:hover {
	background-color: #222222;
}*/

.hometij1 {
	width: 40%;
	margin-left: 30%;
	margin-top: 15px;
	height: 35px;
	background-color: #AAAAAA;
	border: none;
	color: #FFFFFF;
	transition: all 0.5s ease;
	cursor: pointer;
}

.hometij1:hover {
	background-color: #222222;
}

.footerhome {
	width: 100%;
	height: 110px;
	background: #222222;
	padding: 10px 0;
}

.fotterlogo {
	height: 65px;
	float: right;
	margin-top: 10px;
}

.about_footer {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	font-family: 'STHeiti Light [STXihei]';
	font-weight: 100;
	margin-bottom: 10px;
}

.about_footer1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 400px;
	display: block;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}

.about_footer1:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	left: 175px;
	bottom: -2px;
	background-color: #FFFFFF;
}

.about_footer2 {
	text-align: center;
	width: 750px;
	display: block;
	margin: auto;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
}

.about_footer3 {
	text-align: center;
	width: 40%;
	display: block;
	margin: auto;
	color: #FFFFFF;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}

.fotternr {
	width: 1280px;
	height: 90px;
	margin: auto;
	padding: 5px;
}

.fotter12 {
	float: left;
}

.jzzn {
	width: 105%;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
}

.jzznn {
	width: 100%;
	color: #FFFFFF;
	height: 20px;
}

.jzzn1 {
	font-size: 12px;
	width: 58px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
}

.jzzn2 {
	width: 87%;
	font-size: 12px;
	float: left;
	line-height: 20px;
}

.jzzn2 p {
	width: 100%;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jzzn2 p a {
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: none;
}

.jzzn2 p a:hover {
	text-decoration: underline;
}

.footercontact {
	width: 40%;
	padding-left: 12%;
	float: left;
}

.contacthome11 {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	width: 100%;
}

.footerright {
	width: 30%;
	padding-left: 6%;
	float: left;
}

.footerewm {
	width: 100%;
	float: left;
}

.footerewm1 {
	width: 40%;
	float: left;
	margin-right: 5%;
}

.footerewm1 img {
	width: 90%;
	margin-left: 5%;
}

.footerewm1 p {
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 14px;
}

.banquanxx {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	float: left;
	line-height: 20px;
	margin-top: 5px;
	width: 80%;
}

.contactushome {
	width: 1280px;
	margin: 0 auto;
	height: 300px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	transition: all 0.5s ease;
}

.contactushome:hover {
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}

.contactushome1 {
	padding: 40px 80px;
	width: 38%;
	float: left;
	position: relative;
}

.contactushome1:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #F5F5F5;
	right: 0;
	top: 0;
}

.contactushome2 {
	padding: 40px 80px;
	width: 30%;
	height: 300px;
	float: left;
	position: relative;
}

.qqzixun {
	width: 40px;
	height: 40px;
	float: left;
	background: url(/static/v2/images/qqzixun.png);
	background-size: 100% 100%;
	margin-right: 10px;
	transition: all 0.5s ease;
}

.qqzixun:hover {
	background: url(/static/v2/images/qqzixun1.png);
	background-size: 100% 100%;
}

.contactushome2:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background-color: #F5F5F5;
	right: 0;
	top: 0;
}

.contactushome2 p {
	text-align: center;
	font-size: 18px;
}

.contactushome2img {
	width: 60%;
	margin: auto;
	margin-top: 65px;
}

.contactushome3 {
	padding: 40px 80px;
	width: 32%;
	height: 300px;
	float: left;
	position: relative;
}

.abouttitimg {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.abouttit1 {
	float: left;
	line-height: 20px;
	font-size: 13px;
	color: #AAAAAA;
	padding-top: 20px;
	text-indent: 2em;
}
.anli_home{
        position: relative;
      }
      .giftimg{
        position:absolute;
        width: 5%;
        top: -35px;
        left: 47.5%;
        animation: giftan 2s infinite;

    -webkit-animation: giftan 2s infinite;
      }

      .giftimg img{
        width: 100%;
      }
      @keyframes giftan {
    0% {
        top: -35px;
    }

    50% {
        top: -45px;
    }

    100% {
        top: -35px;
    }
}

@media only screen and (min-width: 1560px) and (max-width: 1920px) {
	.cont-home {
		width: 1500px;
		padding: 30px 160px;
	}
	.anli_home {
		width: 1500px;
		padding: 30px 160px;
	}
	.anlimore {
		width: 7.1%;
	}
	.webcollocation {
		width: 1500px;
	}
	.colltyright img {
		width: 100%;
	}
	.webcollocation1 {
		width: 1500px;
	}
	.contactushome {
		width: 1500px;
		height: 340px;
	}
	.fotternr {
		width: 1500px;
	}
}

/* 右侧客服*/

.dh_nr p {
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.dh_nr {
  width: 150px;
  padding: 10px;
  box-shadow: -3px 3px 8px #CCCCCC;
  box-sizing: content-box;
  float: left;
  position: absolute;
  top: 0;
  right: 60px;
  display: none;
  animation: jianbian1 0.5s linear;
  -webkit-animation: jianbian1 0.5s linear;
}

.dh_nr div {
  margin-top: 5px;
}

.triangle-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 12px solid #FFFFFF;
  border-bottom: 10px solid transparent;
  right: -8px;
  top: 20px;
}

.add_name1 {
  transition: all 0.5s ease;
  box-sizing: content-box;
}

.add_name {
  transition: all 0.5s ease;
  box-sizing: content-box;
}

.add_name1:hover {
  background-color: #E42112 !important;
}

.zongbudh:hover>.dh_nr {
  display: block;
}

.zongbudh:hover>.add_name {
  background-color: #222222 !important;
}

/**********************************新的***********************************/
body{
	background: #ffffff;
}
ul{
	list-style: none;
	padding:0;
	margin:0;
}
.nav_home {
	min-width: 1280px;
	width: 100%;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.24);;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	-moz-box-shadow: 0px 0px 0px #B3B3B3;
	-webkit-box-shadow: 0px 0px 0px #B3B3B3;
	box-shadow: 0px 0px 0px #B3B3B3;
}
.nav_home1{
	height: 70px;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 10px #B3B3B3;
	-webkit-box-shadow: 0px 0px 10px #B3B3B3;
	box-shadow: 0px 0px 10px #B3B3B3;
}
.navlogo{
	margin-top: 8px;
}
.navtabxx1{
	line-height: 70px;
}
.nav_home1 a .navlogo{
	margin-top: 8px;
}
.nav_home1 .navtabxx .navtabxx1{
	line-height: 70px;
}
.nav_home1 .navtabxx .navtabxx1 a{
	color: #222222;
	transition: all 0.3s ease;
}

.nav_home1 .navtabxx .navtabxx2 a{
	color:#50b7c1;
	transition: all 0.3s ease;
}
.nav_home1 .navtabxx .navtabxx2:after{
	background: #50b7c1;
}
.nav_home1 .navtabxx .navtabxx1 a:hover{
	color: #50b7c1;
}
.nav_home1 .navtabxx .navtabxx1:hover:after{
	background: #50b7c1;
	opacity: 1;
}
.navtabxx1:hover>a{
	color: #ffffff;
}
.navtabxx1:hover:after {
background-color: #ffffff;
opacity: 1;
bottom: 18px;
}
.navtabxx .navtabxx2 a{
	color: #ffffff;
}
.navhome_qh:hover{
	border:none;
	margin-top: 17px;
	margin-left: 5px;
}
.navhome_qh:hover>.navhomelb{
display: block;
height: auto;
}
.navhome_qh:hover> .navhome_zdimg{
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 8px;
	background: url(/static/v2/images/navdqdh1.png);
	background-size: 100%;
}
.navhomelb{
	position: relative;
	z-index: 999;
	width: 180px;
	border: 1px solid #dddddd;
	border-top: 3px solid #50b7c1;
	padding: 5px 0;
	margin-top: 21px;
}

.navhome_qh01{
	padding:0px 10px;
	transition: all 0.3s ease;
	text-align: center;
	line-height: 30px;
	width: 100px;
	border:1px solid #ffffff;
}
.navhome_zdimg01{
	width: 11px;
	height: 11px;
	margin-top: 0;
	vertical-align: middle;
	background: url(/static/v2/images/navdqdh.png);
	background-size: 100%;
	display: inline-block;
}
.navhome_zdname01{
	width: 55px;
	font-size: 13px;
	line-height: 30px;
	color: #aaaaaa;
	display: inline-block;
}
.navtabxx1:nth-child(4):after{
	display: none;
}
.nav_home .navtabxx .navtabxx1:hover> .menufl{
	display: block;
}
.nav_home .navtabxx .navtabxx1 .menufl{
	list-style: none;
	position: absolute;
	top: 70px;
	width: 150px;
	border-top: 3px solid #50b7c1;
	left: -38px;
	display: none;
	background-color: rgba(255, 255, 255, 0.24);
}
.nav_home .navtabxx .navtabxx1 .menufl li a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #ffffff;
	padding:0 5px;
	text-align: center;
	transition: all 0.3s ease;
}
.nav_home .navtabxx .navtabxx1 .menufl li a:hover{
	background: #f3f3f3;
	color: #50b7c1;
}
.nav_home1 .navtabxx .navtabxx1 .menufl{
	list-style: none;
	position: absolute;
	top: 70px;
	width: 150px;
	border: 1px solid #dddddd;
	border-top: 3px solid #50b7c1;
	left: -38px;
	background: #ffffff;
}
.nav_home1 .navtabxx .navtabxx1 .menufl li a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	padding:0 5px;
	text-align: center;
}

.navhomelb li{
	width: 100%;
	text-align: left;
	line-height: 35px;
	padding: 0 18px;
}
.navhomelb li:hover{
	background: #ffffff;
}
.navhomelb li:hover>a{
	color:#50b7c1;
}
.navhomelb li a {
	color: #666;
	font-size: 14px;
	transition: all 0.3s ease;
}
.kttc11{
	height: 0;
}
.homemain1{
	border-bottom: 10px solid #f5f5f5;
}
.navhome_qh{
	display: none;
	margin-top: 17px;
	margin-left: 5px;
	background-color: rgba(0,0,0,0);
	border: 0px solid #ffffff;
}
.navhome_zdimg{
	background-size: 100%;
}
.navtabxx1:after {
	opacity: 0;
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 8px;
	left: 0;
	content: '';
	background-color: #ffffff;
	transition: all 0.4s ease;
}
.navtabxx2:after {
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 18px;
	opacity: 1;
	left: 0;
	content: '';
	background-color: #ffffff;
}
.navtabxx1 a {
	color: #ffffff;
	line-height: 70px;
}
.navtabxx2 a {
	color: #16a4b1;
}
.cont-sy{
	position: relative;
}
.giftimg1 {
	position: absolute;
	width: 5%;
	bottom: -35px;
	left: 47.5%;
	z-index: 99;
	animation: giftan1 2s infinite;
	-webkit-animation: giftan1 2s infinite;
}
.swiper-slide img{
	width: 100%;
}
@keyframes giftan1 {
	0% {
			bottom: -35px;
	}

	50% {
			bottom: -45px;
	}

	100% {
			bottom: -35px;
	}
}
.anli_hometi{
	width: auto;
	margin-top:0;
}
.tab_littlebqan{
	margin-left: 10px;
	width: auto;
}
.tab_littlebqan li{
	width: auto;
	background-color: #ffffff;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 15px;
}
.tab_littlebqan li a{
	margin-left: 25px;
	color: #666;
}
.tab_littlebqan li:hover {
	color: #50b7c1;
	cursor: pointer;
	background-color: #ffffff;
}
.tab_littlebqan li:hover> a{
	color: #50b7c1;
}
.anlimore {
	width: auto;
}
.anlimore2{
	margin-top: 7px;
	margin-right: 0;
	margin-left: 20px;
}
.anlileft1 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft1.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anlileft1:hover{
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft2.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;

}
.anliright1 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright1.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anliright1:hover {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright2.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
}
.anli_hometi{
	height: 35px;
}
.anli_home{
	position: relative;
	margin-bottom: 0;
}
#website_closebtn{
	width: 140px;
	position: absolute;
	right: 0;
	top: 0;
}
.layui-layer-setwin {
	position: absolute;
	right: 0px;
	right: 0;
	top: 0px;
	font-size: 0;
	line-height: initial;
}
.layui-layer-setwin .layui-layer-close2 {
	position: absolute !important;
	right: -15px !important;
	top: -15px !important;
	width: 100px !important;
	height: 100px !important;
	margin-left: 0 !important;
	background-position: 0px 0px !important;
	background: url(/static/v2/images/homegbimg.png?v=2);
	background-size: 100%;
}
.layui-layer-setwin .layui-layer-close2:hover{
	position: absolute !important;
	right: -15px !important;
	top: -15px !important;
	width: 100px !important;
	height: 100px !important;
	margin-left: 0 !important;
	background-position: 0px 0px !important;
	background: url(/static/v2/images/homegbimg.png?v=2);
	background-size: 100%;
}
.back div p b{
	font-weight: normal;
	color: #ffffff;
	display: block;
	line-height: 20px;
	font-size: 0.8rem;
}
.back div p b span{
	padding: 0;
	padding-left: 20px;
	position: relative;
	line-height: 17px;
	margin-bottom: 0;
	border: 0px solid #ffffff;
	margin-right: 2.5px;
}
.back div p b span:hover{
	border: 0px solid #00BCD4;
	color: #ffffff;
	background-color: rgba(0,0,0,0);
}
.back div p b span img{
	position: absolute;
	width: 15px;
	top: 1px;
	left: 2.5px;
}
.back div ul{
	list-style: none;
	color: #ffffff;
	font-size: 0.9rem;
	text-align: center;
}
.back div ul li{
 display: inline-block;
 margin: 0 16px;
 line-height: 20px;
 font-size: 0.8rem;
}
.back div p span:hover>a{
	color: #00BCD4;
	transition: all 0.3s ease;
}
.back div p span a{
	font-weight: normal;
	color: #ffffff;
}
.downlogo{
	display: block;
	width: 15px;
	margin: 4px auto;
	margin-bottom: 8px;
}
.anli_home {
	width: 79%;
	max-width: 1600px;
	padding: 30px 0px;
}
.anli-home1{
	width: 100%;
	height: auto !important;
}
.web_anli{
	width: 33.3333333%;
}
.anli-home{
	width: 100%;
	height: auto !important;
}

.newanliimg{
	display: block;
	height: 90%;
	overflow: hidden;
}
.webcollocation{
	width: 79%;
	max-width: 1600px;
	height: auto;
	margin-top: 30px;
}
.colltgyy{
	height: auto;
}
.colltgimg{
	height: auto;
}
.colltgnrtit {
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}
.colltgnrtit1 {
	font-size: 0.9rem;
	line-height: 1.3rem;
}
.contactushome{
	width: 100%;
}
.colltyright img {
	width: 100%;
	min-height: 100%;
}
.fotternr{
	width: 79%;
	max-width: 1600px;
	min-width: 1280px;
}
.webcollocation1{
	width: 79%;
	max-width: 1600px;
	height: auto;
}
.newlb{
	float: right;
	height: auto;
}
.newlbleft li{
	width: 49.7%;
	height: auto;
	margin-right: 0.6%;
	float: left;
}
.newlbleft li:nth-child(2n){
	margin-right: 0%;
}
.index04newright1{
	float: left;
	background-color: #FFFFFF;
	padding: 12px 0;
	box-sizing: border-box;
	margin-bottom: 35px;
	cursor: pointer;
}
.newlb1{
	float: left;
	height: 367px;
	background: url(/static/v2/images/newxbj.png) center center;
	background-size: 100%;
	padding:0;
}

.index04newtime{
	width: 25%;
	float: left;
	text-align: center;
	background-color: #76ced6;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 42px;
	line-height: 32px;
	transition: all 0.3s ease;
	margin-left: 12px;
}
.index04newright1:hover> a .index04newtime{
	background-color: #47afb9;
	margin-left: 8px;
}
.index04newright1:hover> a .index04newcon h6{
	color: #47afb9;
}
.index04newright1:hover> a .index04newcon{
	margin-right: 8px;
}
.index04newtime span{
	font-size: 18px;
}
.index04newcon{
	width: 64%;
	float: right;
	margin-right: 12px;
	transition: all 0.3s ease;
}
.index04newcon h6{
	width: 100%;
	margin: 5px 0;
	font-size: 14px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}
.index04newcon p{
	font-size: 12px;
	color: #aaaaaa;
	line-height: 20px;
	margin-top: 15px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}
.web_anli::-webkit-scrollbar {
	width: 8px !important;
	height: 8px !important;
}

.web_anli::-webkit-scrollbar-track {
	background: #dddddd !important;
	border-radius: 2px !important;
}

.web_anli::-webkit-scrollbar-thumb {
	background: #50b7c1 !important;
	border-radius: 2px !important;
}

.web_anli::-webkit-scrollbar-thumb:hover {
	background: #50b7c1 !important;
}

.web_anli::-webkit-scrollbar-corner {
	background: #dddddd !important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
.newlb1xcon{
	width: 100%;
	height: 100%;
	padding:20px;
	background-color: rgba(80, 183, 193, 0.9);
	transition: all 0.3s ease;
}
.newlb1xcon1{
	margin-top: 15%;
	margin-bottom: 10%;
	transition: all 0.3s ease;
}
.newlb1xcon1 h4{
	margin:0;
	margin-bottom: 4%;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-family: Microsoft JhengHei;
}
.newlb1xcon1 h5{
	width: 18%;
	height: 3px;
	background-color: #ffffff;
	margin: auto;
	margin-bottom: 4%;
}
.newlb1xcon1 h6{
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	margin:0;
	margin-bottom: 4%;
	letter-spacing: 1px;
}
.newlb1xcon2{
	width: 50%;
	display: block;
	padding:10px 0;
	font-size: 16px;
	border: 1px solid #FFFFFF;
	text-align: center;
	color: #ffffff;
	font-family: Microsoft JhengHei;
	margin: auto;
	font-weight: bold;
	transition: all 0.3s ease;
}
.newlb1xcon2 span{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	background: url(/static/v2/images/indexnewright.png?v=3) center center;
	background-size: 100%;
	transition: all 0.3s ease;
}
.newlb1xcon:hover{
 background-color: rgba(80, 183, 193, 1);
}
.newlb1xcon:hover> .newlb1xcon1{
	margin-top: 13%;
	margin-bottom: 12%;
}
.newlb1xcon:hover> .newlb1xcon2{
	background-color: #ffffff;
	color: #222222;
}
.newlb1xcon:hover> .newlb1xcon2 span{
	background: url(/static/v2/images/indexnewright1.png?v=2) center center;
	background-size: 100%;
}




.content {
display: flex;
margin: 0 auto;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
max-width: 1600px;
}

.heading {
width: 100%;
margin-left: 1rem;
font-weight: 900;
font-size: 1.618rem;
text-transform: uppercase;
letter-spacing: .1ch;
line-height: 1;
padding-bottom: .5em;
margin-bottom: 1rem;
position: relative;
}
.heading:after {
display: block;
content: '';
position: absolute;
width: 60px;
height: 4px;
background: linear-gradient(135deg, #1a9be6, #1a57e6);
bottom: 0;
}

.description {
width: 100%;
margin-top: 0;
margin-left: 1rem;
margin-bottom: 3rem;
}

.card {
	color: inherit;
	cursor: pointer;
	width: 24.8%;
	margin: 0.1%;
	perspective: 1000px;
	/* margin: 1rem; */
	position: relative;
}
.card:nth-child(1) .front img{
	transform: scale(1.4);
}
.card:nth-child(5) .back div .button{
	margin-top: 5%;
}
.card:nth-child(4) .back div .button, .card:nth-child(5) .back div .button, .card:nth-child(6) .back div .button{
 cursor: text;
}
.front {
	padding: 22px 0;
	border-radius: 6px;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 300ms;
	position: relative;
    z-index: 2;
}

.back {
	padding: 22px 0;
	border-radius: 6px;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 300ms;
}

.front img {
	width: 40%;
	display: block;
	margin: auto;
}
.front h4{
	width: 100%;
	font-size: 1rem;
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.front p{
	font-size: 0.8rem;
	color: #607d8b;
	line-height: 1rem;
	margin: 0;
}
.front:before {
position: absolute;
display: block;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
z-index: -1;
border-radius: 5px;
}
.card:hover .front {
transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
transform: rotateY(-180deg);
}

.back {
background: #00BCD4;
transform: rotateY(-180deg);
padding: 10% 5%;
}
.card:hover .back {
transform: rotateY(0deg);
}
.card:nth-child(even) .back {
transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
transform: rotateY(0deg);
transform-style: preserve-3d;
}

.button {
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-weight: bold;
	color: #fff;
	padding: 2% 7%;
	font-size: 1rem;
	font-size: 0.9rem;
	/* font: inherit; */
	background: #1a9be6;
	border: none;
	position: relative;
	/* transform-style: preserve-3d; */
	margin-top: 5%;
	transition: 300ms ease;
}
.button:before {transition: 300ms ease;position: absolute;display: block;content: '';transform: translateZ(-40px);-webkit-backface-visibility: hidden;backface-visibility: hidden;height: calc(100% - 20px);width: calc(100% - 20px);border-radius: 0.4rem;left: 10px;top: 16px;/* box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25); *//* background-color: rgba(26, 87, 230, 0.25); */}
.button:hover {
transform: translateZ(55px);
}
.button:hover:before {
transform: translateZ(-55px);
}
.button:active {
transform: translateZ(20px);
}
.button:active:before {
transform: translateZ(-20px);
top: 12px;
}
.back div p{
	line-height: 1.5rem;
	font-size: 0.9rem;
}
.back div p span{
	display: inline-block;
	padding: 0.2rem 0.8rem;
	line-height: 1.4rem;
	font-size: 0.8rem;
	margin-bottom: 0.7rem;
	border: 1px solid #ffffff;
	margin-right: 0.5rem;
	color: #ffffff;
	border-radius: 0.2rem;
	transition: all 0.3s ease;
}
.back div p span:hover{
border: 1px solid #00BCD4;
color: #00BCD4;
background-color: #ffffff;
}
.back div p .newanzd{
display: inline-block;
padding: 0.2rem 1.1rem;
line-height: 1.4rem;
font-size: 0.9rem;
margin-bottom: 0.7rem;
border: 1px solid #ffffff;
margin-right: 0.5rem;
color: #00bcd4;
background-color: #ffffff;
transition: all 0.3s ease;
}
.back div p .newanzd:hover{
border: 1px solid #ffffff;
background-color: #00BCD4;
color: #ffffff;
}
.contactushome{
	width: 100%;
	padding:5% 0;
	height: auto;
	margin-bottom: 0;
	background: url(/static/v2/images/newlxwmbj2.jpg?v=2)bottom center / cover no-repeat fixed;
	background-size: 100%;
}
.contactushomenew{
	width: 79%;
	margin:auto;
}
.contactushomenew1{
	background: rgba(255,255,255,0.8);
	width: 50%;
	float: left;
	padding:15px;
}
.contactushome1{
	padding:0;
	width: 48%;
	margin-left: 2%;
	float: left;
}
.contactushome3{
	padding:0;
	width: 48%;
	float: right;
	height: auto;
}
.contactushome2:after{
	width: 0;
}
.contactushome2 {
	padding: 0;
	width: 26%;
	padding:15px;
	height: auto;
	float: right;
	position: relative;
	background: rgba(255,255,255,0.8);
}
.contactushome2 .newscontactushome2js{
	font-size: 13px;
	color: #222222;
	line-height: 22px;
	text-align: left;
	margin-top: 29px;
	float: left;
}
.contacthome1 p{
	color: #222222;
}
/*.hometij{
	background-color: #50b7c1;
}*/
.index_contact{
	width: 100%;
	position: relative;
	background: #dfe0e0;
}
.contactleft_bg{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #f5f5f5;
}
.index_container{
	width: 79%;
	max-width: 1600px;
	padding: 50px 0;
	margin:auto;
	background: #dfe0e0;
}
.index_containerleft{
	width: 50%;
	float: left;
}
.index_containerright{
	width: 50%;
	float: right;
	padding-left: 2%;
}
.newslbrighttit2 p{
	font-size: 25px;
}
.newslbrighttit2 img{
	width: 30px;
}
.containerleft1{
	width: 48%;
	float: left;
}
.containerleft2{
	width: 46%;
	float: right;
	margin-right: 2%;
}
.contactbd1{
	margin-top: 20px;
}
.contactin2, .contactin3, .contactin4{
	background: #ffffff;
}
.index_containerrightjs{
	font-size: 13px;
	color: #222222;
	line-height: 22px;
	margin-top: 25px;
	float: left;
	position: relative;
}
.anli_home{
	height: auto;
}
.tab_littlebqan1{
	margin-left: 10px;
	width: auto;
}
.tab_littlebqan1 li{
	width: auto;
	background-color: #ffffff;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 15px;
}
.tab_littlebqan1 li:hover {
	color: #50b7c1;
	cursor: pointer;
	background-color: #ffffff;
}
.tab_littlebqan1 li a {
	margin-left: 25px;
	color: #666;
}
.tab_littlebqan1 li:hover> a {
	color: #50b7c1;
}
.anlileft11 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft1.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anlileft11:hover{
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft2.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;
}
.anliright11 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright1.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anliright11:hover {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright2.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
}
.anli_home:hover{
	-moz-box-shadow: 0px 0px 0px #B3B3B3;
	-webkit-box-shadow: 0px 0px 0px #B3B3B3;
	box-shadow: 0px 0px 0px #B3B3B3;
}
.colltg{
	border: 1px solid #f5f5f5;
}
.newlbleft li{
	background: #f5f5f5;
}
.newlbleft li:hover{
	-moz-box-shadow: 0px 0px 0px #B3B3B3;
	-webkit-box-shadow: 0px 0px 0px #B3B3B3;
	box-shadow: 0px 0px 0px #B3B3B3;
}
.cont-sy{
	background: #f5f5f5;
	margin:0;
	padding:15px 0;
}
.web_anli1{
	width: 23%;
	height: 300px;
}

.web_anlia{
	width: 33.3333333%;
}
.web_anli1{
	margin-left: 0;
	margin-right: 2.666%;
}
.web_anli1:nth-child(4n){
	margin-right: 0;
}
.zzzximg{
	position: fixed;
	bottom: 10px;
	left: 44px;
	z-index: 1;
	width: 145px;
}
.mfgmain{
	width: 100%;
}
.mfgmaintop{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mfgmaintop1{
	width:-webkit-calc(28% - 10px);
	width:-moz-calc(28% - 10px);
	width:calc(28% - 10px);
	height: 180px;
	float: left;

	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #00bcd4;
}
.mfgmaintop2{
	width:-webkit-calc(20% - 10px);
	width:-moz-calc(20% - 10px);
	width:calc(20% - 10px);

	height: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #8bc34a;
}
.mfgmaintop3{
	width:-webkit-calc(30% - 10px);
	width:-moz-calc(30% - 10px);
	width:calc(30% - 10px);

	height: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #55a7cd;
}
.mfgmaintop4{
	width:22%;
	height: 180px;
	float: left;
	margin-bottom: 10px;
	background-color: #b83741;
	transition: all 0.3s ease;
}
.mfgmaintop5{
	width:-webkit-calc(22% - 10px);
	width:-moz-calc(22% - 10px);
	width:calc(22% - 10px);

	height: 180px;
	float: left;
	margin-right: 10px;
	background-color: #ed890d;
}
.mfgmaintop6{
	width:-webkit-calc(28% - 10px);
	width:-moz-calc(28% - 10px);
	width:calc(28% - 10px);
	height: 180px;
	float: left;
	margin-right: 10px;
	background-color: #3f51b5;
}
.mfgmaintop7{
	width:-webkit-calc(25% - 10px);
	width:-moz-calc(25% - 10px);
	width:calc(25% - 10px);
	height: 180px;
	float: left;
	margin-right: 10px;
	position: relative;
	background-color: #dd633d;
}
.mfgmaintop7:hover> .mfgmaintopc{
	opacity: 1;
}
.mfgmaintopc{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease;
	background-color: rgba(0,0,0,0.8);
}
.mfgmaintopc img{
	height: 120px;
	display: block;
	margin:0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mfgmaintopc p{
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
}
.mfgmaintop8{
	width:25%;
	height: 180px;
	float: left;
	margin-bottom: 10px;
	background-color: #aaaaaa;
	transition: all 0.3s ease;
}
.mfgmaintopa{
	width: 100%;
	height: 100%;
	padding: 5px 0;
	transition: all 0.3s ease;
}
.mfgmaintopa img{
	height: 140px;
	padding: 5px;
	display: block;
	margin: auto;
}
.mfgmaintopa p{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	padding: 0 15px;
}
.mfgmaintopb{
	width: 100%;
	height: 100px;
}
.mfgmaintopb img{
	width: 100%;
	min-height: 180px;
}
.mfgmaintopan{
	overflow: hidden;
	cursor: pointer;
}
.mfgmaintopan:hover> .mfgmaintopa{
	margin-top: -180px;
}
.mfgmaintop3:hover> .mfgmaintopa{
	margin-top: -220px;
}
.mfgmaintop4:hover> .mfgmaintopa{
	margin-top: -220px;
}
.mfgmaintop6:hover> .mfgmaintopa{
	margin-top: -180px;
}
.mfgmaintop8:hover{
	background-color: #858282;
}
.anlileft111 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft1.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anlileft111:hover{
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newleft2.png?v=5);
	float: left;
	background-size: 100%;
	margin-left: 8px;
}
.anliright111 {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright1.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
	transition: all 0.2s ease;
}
.anliright111:hover {
	width: 20px;
	height: 20px;
	background: url(/static/v2/images/newright2.png?v=5);
	background-size: 100% 100%;
	float: left;
	margin-left: 8px;
}
.anliload{
	width: 110px;
	line-height: 38px;
	background-color: #eae8e8;
	color: #666;
	font-size: 12px;
	display: block;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	transition: all 0.3s ease;
}
.anliload:hover{
	background-color: #50b7c1;
	color: #fff;
}
.mpbm01{

					background-size: 100% 100%;
					background-color: #ffffff;
					padding:0 !important;
			}
			.mpbm01left{
					width: 50%;
					height: 100%;
					float: left;
					padding: 5% 5%;
					font-size: 14px;
					color: #666666;
					line-height: 23px;
					border-radius: 6px 0 0 6px;
					background-color: #FFFFFF;
					position: relative;
			}
			.mpbm01left:after{
					content: '';
					position: absolute;
					width: 0;
					height: 0;
					right: -8px;
					z-index: 99;
					top: 14%;
					border-top: 7px solid transparent;
					border-left: 8px solid white;
					border-bottom: 7px solid transparent;
			}
			.mpbm01right{
					width: 50%;
					height: 100%;
					padding: 5% 5%;
					float: right;
					position: relative;
					border-radius:0 10px 10px 0;
					background-color: #222222;
			}
			.mpbm01right1{
					text-align: left;
			}
			.mpbm01right1 span{
					display: inline-block;
	padding: 0.2rem 0.55rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	margin-bottom: 0.7rem;
	border: 1px solid #ffffff;
	margin-right: 0.5rem;
	color: #ffffff;
	border-radius: 0.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
			}
			.mpbm01right1 span:hover{
					border: 1px solid #282e3a;
				color: #282e3a;
				background-color: #ffffff;
			}
			.mpbm01right a{
					position: absolute;
	display: block;
	font-size: 0.9rem;
	bottom: 12.5%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
			}
			.mpbm01right a i{
					margin-left: 3px;
					transition: all 0.3s ease;
			}
			.wuheyi{
					width: 80%;
					margin-left: 10%;
					margin-top: 10%;
			}
			.mpbm01right a:hover>i{
					margin-left: 8px;
			}
			.mpbm01right1 span:nth-child(2n){
					margin-right: 0;
			}
			.anlixs1{
					width: 100%;
					position: inherit;
			}
			.web_anli{
					width: 100%;
			}
			.anlixs2{
					width: 100%;
					position: inherit;
			}
			.web_anlia{
					width: 100%;
			}
			.seopage2 {
	width: 100%;
	padding: 50px 0;
	background: url(../images/seojzbj.jpg) center center no-repeat;
	background-size:auto 100%;
	border-bottom: 10px solid #f5f5f5;
}

.seopage2tit {
	font-size: 30px;
	margin:0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
	color: #ffffff;
}

.line-row {
	width: 52px;
	height: 5px;
	background: #16a4b1;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
}

.seopage2main {
	width: 79%;
	margin: auto;
	max-width: 1600px;
}

.seopage2main1 {
	width: 32.33%;
	float: left;
	border: 1px solid #dddddd;
	transition: all 0.3s ease;
}

.seopage2main1:nth-child(2) {
	margin: 0 1.5%;
}

.seopage2main1top {
	width: 100%;
	text-align: center;
	padding: 0px 0;
	position: relative;
	transition: all 0.3s ease;
}

.seopage2main1top i {
	font-size: 80px;
	color: #ffffff;
	margin-top: 20px;
	display: inline-block;
	transition: all 0.3s ease;
}

.seopage2main1top p {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	transition: all 0.3s ease;
}

/*.seopage2main1top:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #ffffff transparent transparent;
	left: 0;
	right: 0;
	bottom: -14px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease;
}*/

.seopage2main1bottom {
	width: 100%;
	padding: 15px;
	transition: all 0.3s ease;
}

.seopage2main1bottomlb1 {
	padding: 7px 15px;
	margin: 10px 0;
	transition: all 0.3s ease;
}

.seopage2main1bottomlb1 h4 {
	font-size: 16px;
	color: #222222;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.seopage2main1bottomlb1 p {
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	color: #666;
	transition: all 0.3s ease;
}

.seopage2main2 {
	transform: scale(1.03);
	transition: all 0.3s ease;
}

.seopage2main1 .seopage2main1bottom .seopage2main1bottomlb .seopage2main1bottomlb1 h4, .seopage2main1 .seopage2main1bottom .seopage2main1bottomlb .seopage2main1bottomlb1 p{
	color: #ffffff;
}
.seopage2main2 .seopage2main1bottom .seopage2main1bottomlb .seopage2main1bottomlb1 h4{
	color: #222222;
}
.seopage2main2 .seopage2main1bottom .seopage2main1bottomlb .seopage2main1bottomlb1 p{
	color: #666;
}

.seopage2main2 .seopage2main1top:after {
	border-color: #16A4B1 transparent transparent;
}

.seopage2main2 .seopage2main1top i {
	color: #4deefe;
}

.seopage2main2 .seopage2main1top p {
	color: #4deefe;
}

.seopage2main2 .seopage2main1bottom .seopage2main1bottomlb li {
	background-color: #FFFFFF;
}
.back div{
	text-align: center;
}
.mptel{
	display: inline-block;
	padding: 6px 14px;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	background: #1a9be6;
	margin-top: 10px;
	transition: all 0.3s ease;
}
.mptel:hover{
	background-color: #F44336;
}
.back03{
	padding-top: 10%;
}
.back08{
	padding-top: 13%;
}
.back07{
padding-top: 23%;
}
.back07 div p span{
	padding: 0.3rem 1.8rem;
}
.back div p .altb1{
	background-color: #ffffff;
	color: #00bcd4;
	transition: all 0.3s ease;
}
.back div p .altb1:hover{
	 background-color: #f63174;
	color: #ffffff;
}
.back div p .altb1:hover>a{
	color: #ffffff;
}
.back div p .altb1 a{
	color: #00bcd4;
	transition: all 0.3s ease;
}
.altb1 i{
	font-size: 15px;
	margin-right: 2px;
}
.back div ul .telmore{
	display: block;
}
.headerxx{
	width: 230px;
    float: left;
    margin-left: 20px;
  }
.headerxx p{
        font-size: 20px;
    width: 170px;
    line-height: 40px;
    margin-top: 15px;
    font-weight: bold;
    color: #ffffff;
        }
        .headerxx p span{
          line-height: 35px;
        }
        .nav_home1 .headerxx p{
          color: #fa0000;
        }
        .nav_home .navtabxx .navtabxx1:hover> .menufl{
  display: block;
}
.nav_home .navtabxx .navtabxx1 .menufl{
  list-style: none;
  position: absolute;
  top: 70px;
  width: 150px;
  border: 1px solid #dddddd;
  border-top: 3px solid #50b7c1;
  left: -38px;
  display: none;
  background-color: #ffffff;
}
.nav_home .navtabxx .navtabxx1 .menufl li a{
  display: block;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  color: #666;
  padding:0 5px;
  text-align: center;
  transition: all 0.3s ease;
}
.nav_home .navtabxx .navtabxx1 .menufl li a:hover{
  background: #f3f3f3;
  color: #50b7c1;
}
.nav_home1 .navtabxx .navtabxx1 .menufl{
  list-style: none;
  position: absolute;
  top: 70px;
  width: 150px;
  border: 1px solid #dddddd;
  border-top: 3px solid #50b7c1;
  left: -38px;
  background: #ffffff;
}
.nav_home1 .navtabxx .navtabxx1 .menufl li a{
  display: block;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  padding:0 5px;
  text-align: center;
}
.navtabxx1 .menufl li{
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	position: relative;
}
.navtabxx1 .menufl li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.szbh1{
      animation: szbh1 5s  infinite linear;
    }
    .szbh2{
      animation: 5s szbh2 infinite linear;
    }
    .szbh3{
      animation: 5s szbh3 infinite linear;
    }
    .szbh4{
      animation: 5s szbh4 infinite linear;
    }
    .szbh5{
      animation: 5s szbh5 infinite linear;
    }
    .szbh6{
      animation: 5s szbh6 infinite linear;
    }
    .szbh7{
      animation: 5s szbh7 infinite linear;
    }
    .szbh8{
      animation: 5s szbh8 infinite linear;
    }
    .szbh9{
      animation: 5s szbh9 infinite linear;
    }
    .szbh10{
      animation: 5s szbh10 infinite linear;
    }
    .szbh11{
      animation: 5s szbh11 infinite linear;
    }
    .szbh12{
      animation: 5s szbh12 infinite linear;
    }


@keyframes szbh1{
  0%{
      font-size: 25px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh2{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 25px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh3{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 25px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh4{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 25px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh5{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 25px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh6{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 25px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh7{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 25px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh8{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 25px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh9{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 25px;
  }
  90%{
       font-size: 20px;
  }
  100%{
       font-size: 20px;
  }
}
@keyframes szbh10{
  0%{
      font-size: 20px;
  }
  10%{
      font-size: 20px;
  }
  20%{
      font-size: 20px;
  }
  30%{
      font-size: 20px;
  }
  40%{
      font-size: 20px;
  }
  50%{
       font-size: 20px;
  }
  60%{
       font-size: 20px;
  }
  70%{
       font-size: 20px;
  }
  80%{
       font-size: 20px;
  }
  90%{
       font-size: 25px;
  }
  100%{
       font-size: 20px;
  }
}

@keyframes scaleToggleOne {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
    transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl .girl {
   position: absolute;
    top: -8px;
    left: 10px;
    width: 90%;
    height: auto;
    z-index: 50;
}

.livechat-girl .animated-circles .circle {
    background: rgba(38, 199, 252, .25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 4%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
    transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px!important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width:1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 1060px!important
    }
}

@media only screen and (max-width:1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 984px!important
    }
}

@media only screen and (max-width:1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width: 600px!important
    }
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px;
    opacity: 1
}

.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-type-success {
    background-color: #26c7fc;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
    background-color: #26c7fc
}

.rd-notice-type-success:after {
    background-color: #26c7fc;
    -webkit-box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2);
    box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
    margin-left: -20px
}

.rd-notice-position-left:after {
    right: -6px;
    top: 50%;
    margin-top: -10px
}
p{
    margin:0;
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 10px 17px;
    /* white-space:nowrap */
}
    .rd-notice-tooltip.single-line .rd-notice-content {
        height: auto;
    }
    .livechat-girl .livechat-hint.rd-notice-tooltip {
    width: 300px !important;
    }
    .rd-notice-content p:nth-child(1){
        word-wrap:break-word !important;
        line-height: 20px !important;
        height: 40px;
        margin-bottom: 10px;
    }
    .rd-notice-content p a img{
        width: 25px;
        float: left;
        margin-right: 2px;
    }
    .rd-notice-content p a{
        display: inline-block;
        line-height: 25px;
        font-size: 14px;
        color: #ffffff;
        margin-right: 10px;
        text-decoration: none;
    }
    .guanbilogo01{
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background-color: #009688;
        box-sizing: border-box;
        position: absolute;
        left: -10px;
        top: -10px;
        z-index: 99;
    }
    .guanbilogo01 img{
        width: 55%;
        margin-left: 22%;
        margin-top: 22%;
    }


@media only screen and (max-width: 1920px) {
	html{
			font-size:18px;
	}
	.front img{
			width: 27%;
	}
	.back div p span {
			font-size: 0.8rem;
			margin-bottom: 0.6rem;
			padding: 0rem 0.8rem;
	}
	.back div p .newanzd {
			font-size: 0.8rem;
			margin-bottom: 0.6rem;
			padding: 0rem 0.8rem;
	}
	.button{
			margin-top:1%;
			font-size: 0.8rem;
	}
	.back{
			padding: 6% 5%;
	}
	.mpbm01right1 span {
	display: inline-block;
	padding: 0.2rem 0.45rem;
	line-height: 1.4rem;
	font-size: 0.7rem;
	margin-bottom: 0.7rem;
	border: 1px solid #ffffff;
	margin-right: 0.4rem;
	color: #ffffff;
	border-radius: 0.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.mpbm01left{
	padding:5% 3%;
	line-height: 19px;
}
.wuheyi {
	width: 60%;
	margin-left: 20%;
	margin-top: 7%;
}
.back03{
	padding-top: 10%;
}
.back08{
	padding-top: 13%;
}
.back07{
padding-top: 23%;
}
.back07 div p span{
	padding: 0.3rem 1.8rem;
}


}

@media only screen and (max-width: 1560px) {
	html{
			font-size:16px;
	}
	.anli_home, .webcollocation, .webcollocation1, .contactushomenew, .index_container, .seopage2main{
			width: 89%;
	}
	.contactushome{
			background-size: 120%;
	}
	.mfgmaintop3:hover> .mfgmaintopa{
			margin-top: -180px;
	}
	.mfgmaintop4:hover> .mfgmaintopa{
			margin-top: -180px;
	}
	.mfgmaintop6:hover> .mfgmaintopa{
			margin-top: -180px;
	}
	.mpbm01right1 span{
			margin-right: 0.35rem;
	}
	.mpbm01left{
			font-size: 14px;
	}
	.back03{
	padding-top: 10%;
}
.back08{
	padding-top: 13%;
}
.back07{
padding-top: 23%;
}
}
@media only screen and (max-width: 1450px) {
	html{
			font-size:15px;
	}
	.button{
			margin-top: 0%;
	}
	.back{
			padding: 3% 6%;
	}
	.mpbm01right1 span{
			margin-right: 0;
	}
	.mpbm01right{
			padding: 5% 4%;
	}
	.mpbm01left{
			font-size: 13px;
	}
	.back03{
	padding-top: 10%;
}
.back08{
	padding-top: 13%;
}
.back07{
padding-top: 23%;
}
.navtabxx1 {
    margin: 0 9px;
}

}
@media only screen and (max-width: 1280px) {
	html{
			font-size:14px;
	}
	.contactushome{
			background-size: 140%;
	}
}
.dianhualogon1{
      float: left;
    width: 40px;
    margin-top: 13px;
    margin-right: 5px;
    }
    .headerxx p{
      float: left;
      position: relative;
      margin-top: 21px;
    }

    .headerxx p b{
      position: absolute;
    top: -20px;
    left: 0;
    font-size: 14px;
    }
    .nav_home1 .headerxx p b{
      color: #666;
    }
/*首页新添加内容样式*/
.naddmain1{
	width: 100%;
	position: relative;
	background: url(../images/naddmain1bg.jpg) center center no-repeat;
}
.naddmain1_con{
	width: 79%;
	position: relative;
    max-width: 1600px;
    padding: 30px 0px;
    margin: auto;
}
.naddmain1_conleft{
	width: 30%;
	height: 173px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.naddmain1_conright{
	width: 70%;
	float: right;
}
.naddmain1_conleft h4{
	font-size: 25px;
	color: #FFFFFF;
	line-height: 32px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.naddmain1_conleft p{
	font-size: 15px;
	color: #FFFFFF;
}
.naddmain1_conleft a{
	display: inline-block;
	border: 2px solid #FFFFFF;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 14px;
	margin-top: 50px;
	transition: all 0.3s ease;
}
.naddmain1_conleft a:hover{
	background-color: #FFFFFF;
	color: #222222;
	border: 2px solid #FFFFFF;
	padding: 8px 15px;
}
.naddmain1_conright li{
	width: 31.33%;
	background-color: #FFFFFF;
	border-radius: 0 20px 0 0;
	padding: 20px;
	position: relative;
	float: left;
	transition: all 0.3s ease;
}
.naddmain1_conright li:nth-child(3n-1){
	margin:0 3%;
}
.naddmain1_conright li h4{
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.naddmain1_conright li p{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	height: 88px;
	transition: all 0.3s ease;
}
.naddmain1_conright li i{
	font-size: 55px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #686868;
	line-height: 55px;
	transition: all 0.3s ease;
}
.naddmain1_conright li:nth-child(1), .naddmain1_conright li:nth-child(2), .naddmain1_conright li:nth-child(3){
	margin-bottom: 20px;
}
.naddmain1_conright li:hover{
	background-color: #284e89;
}
.naddmain1_conright li:hover> h4{
	color: #FFFFFF;
}
.naddmain1_conright li:hover> p{
	color: #FFFFFF;
}
.naddmain1_conright li:hover> i{
	color: #FFFFFF;
	bottom: 35px;
}
.naddmain2{
	width: 100%;
	position: relative;
}
.naddmain2_con{
	width: 100%;
	position: relative;
	padding-top: 30px;
}
.naddmain2tit{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.naddmain2tit h4{
	font-size: 25px;
	color: #222222;
	margin: 0;
}
.naddmain2tit p{
	width: 50px;
	height: 4px;
	display: inline-block;
	background-color: #50b7c1;
	margin-top: 20px;
}
.naddmain2titfl{
	width: 1200px;
	margin: auto;
}
.naddmain2fl1{
	width: 20%;
	float: left;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}
.naddmain2fl1 div{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.naddmain2fl1 div i{
	font-size: 30px;
	line-height: 46px;
	color: #FFFFFF;
}
.naddmain2fl1:nth-child(1) div{
	background-color: #50b7c1;
	border: 2px solid #50b7c1;
}
.naddmain2fl1:nth-child(2) div{
	background-color: #9ac719;
	border: 2px solid #9ac719;
}
.naddmain2fl1:nth-child(3) div{
	background-color: #88c5f3;
	border: 2px solid #88c5f3;
}
.naddmain2fl1:nth-child(4) div{
	background-color: #2092da;
	border: 2px solid #2092da;
}
.naddmain2fl1:nth-child(5) div{
	background-color: #e20404;
	border: 2px solid #e20404;
}
.naddmain2fl1 h4{
	font-size: 16px;
	margin: 5px 0;
	margin-top: 15px;
}
.naddmain2fl1 p{
	font-size: 15px;
	color: #666;
	text-transform:capitalize;
}
.naddmain2titfl .naddmain2fl1xz{
	background-color: #50b7c1;
}
.naddmain2titfl .naddmain2fl1xz:nth-child(2){
	background-color: #9ac719;
}
.naddmain2titfl .naddmain2fl1xz:nth-child(3){
	background-color: #88c5f3;
}
.naddmain2titfl .naddmain2fl1xz:nth-child(4){
	background-color: #2092da;
}
.naddmain2titfl .naddmain2fl1xz:nth-child(5){
	background-color: #e20404;
}
.naddmain2titfl .naddmain2fl1xz div{
	border: 2px solid #FFFFFF;
}
.naddmain2titfl .naddmain2fl1xz h4{
	color: #ffffff;
}
.naddmain2titfl .naddmain2fl1xz p{
	color: #ffffff;
}
.naddmain2nrfl{
	width: 100%;
	background-color: #50b7c1;
	height: 460px;
}
.naddmain2nrfl1{
	width: 100%;
	display: none;
}
.naddmain2nrfl2{
	width: 79%;
	position: relative;
    max-width: 1600px;
    padding: 30px 0px;
    margin: auto;
}    
.naddmain2nrfl1:nth-child(1){
	background: url(../images/mfjybg.jpg) center center no-repeat;
}
.naddmain2nrfl1:nth-child(2){
	background: url(../images/mfcybg.jpg) center center no-repeat;
}
.naddmain2nrfl1:nth-child(3){
	background: url(../images/mfzbbg.jpg) center center no-repeat;
}
.naddmain2nrfl1:nth-child(4){
	background: url(../images/mfsfbg.jpg) center center no-repeat;
}
.naddmain2nrfl1:nth-child(5){
	background: url(../images/mffpg.jpg) center center no-repeat;
}
.naddmain2nrflleft{
	width: 400px;
	height: 400px;
	float: left;
	text-align: center;
	line-height: 400px;
}
.naddmain2nrflleft img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block; vertical-align: middle;
}
.naddmain2nrflleftright{
	width: 60%;
	float: right;
	padding-top: 11%;
}
.naddmain2nrflleftright h4{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
}
.naddmain2nrflleftright p{
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.naddmain3{
	width: 100%;
	padding: 50px 0;
	background-color: #f5f5f5;
}
.naddmain3_con{
	width: 79%;
    position: relative;
    max-width: 1600px;
    margin: auto;
}
.naddmain3tit{
	text-align: center;
}
.naddmain3tit h4{
	font-size: 25px;
	color: #000000;
	margin-bottom: 15px;
}
.naddmain3tit p{
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
}
.naddmain3lb{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.naddmain3lb li{
	width: 19%;
	float: left;
	margin-right: 1.25%;
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	transition: all 0.3s ease;
	-moz-box-shadow:0px 0px 17px #CFCFCF; -webkit-box-shadow:0px 0px 17px #CFCFCF; box-shadow:0px 0px 17px #CFCFCF;
}
.naddmain3lb li:nth-child(5n){
	margin-right: 0;
}
.naddmain3lb li i{
	font-size: 40px;
	line-height: 40px;
	color: #666666;
}
.naddmain3lb li h4{
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 15px 0;
}
.naddmain3lb li p{
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	height: 40px;
}
.naddmain3lb li:hover{
	-moz-box-shadow:0px 0px 17px #BABABA; -webkit-box-shadow:0px 0px 17px #BABABA; box-shadow:0px 0px 17px #BABABA;
	transform: scale(1.02);
}
.naddmain4{
	width: 100%;
    position: relative;
    border-bottom: 10px solid #f5f5f5;
    background: url(../images/jzfabg.jpg?v=2) center center no-repeat;
}
.naddmain4_con {
    width: 79%;
    position: relative;
    max-width: 1600px;
    padding: 50px 0px;
    margin: auto;
}
.naddmain4tit{
	text-align: center;
}
.naddmain4tit h4{
	font-size: 25px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0;
}
.naddmain4tit p{
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 1px;
}
.naddmain4tj{
	width: 550px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.naddmain4tj input{
	width: 73%;
	float: left;
	height: 50px;
	border-radius: 30px;
	background-color: #FFFFFF;
	border: none;
	font-size: 16px;
	padding: 0 20px;
	outline-style: none;
}
.naddmain4tj button{
	width: 25%;
	float: right;
	height: 50px;
	border-radius: 30px;
	background-color: #ffea00;
	border: none;
	font-size: 16px;
	color: #666666;
	outline-style: none;
}
.naddmain4js{
	width: 100%;
	text-align: center;
}
.naddmain4js p{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	position: relative;
	padding-left: 40px;
	letter-spacing: 1px;
}
.naddmain4js p i{
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 7.5px;
}
.naddmain4js p:nth-child(2){
	margin: 0 15%;
}
.naddmain5{
	width: 100%;
    position: relative;
}
.naddmain5_con {
    width: 79%;
    position: relative;
    max-width: 1600px;
    padding: 50px 0px;
    margin: auto;
}
.naddmain5topleft{
	float:left;
}
.naddmain5topleft h4{
	font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
    padding-top: 0px;
}
.naddmain5topleft p{
	font-size: 15px;
    color: #666666;
    letter-spacing: 1px;
}
.naddmain5topright{
	float: right;
}
.naddmain5topright div{
	width: 150px;
	float: left;
}
.naddmain5topright div h4{
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	color: #222222;
	margin-bottom: 20px;
}
.naddmain5topright div h4 i{
	font-size: 23px;
	line-height: 22px;
	vertical-align: top;
	margin-left: 5px;
	vertical-align: text-top;
	font-style: initial;
}
.naddmain5topright div p{
	text-align: center;
	font-size: 15px;
	color: #878787;
}
.naddmain5top{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #333;
}
.naddfooter{
	width: 100%;
    background: #222222;
    padding: 30px 0;
}
.naddfootermain{
	width: 79%;
    max-width: 1600px;
    margin: auto;
}
.naddfooterleft{
	width: 56%;
	float: left;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #a0a0a0;
}
.naddfooterleft1{
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a0a0a0;
}
.naddfooterleft1 img{
	height: 50px;
	float: left;
}
.naddfooterleft1 p{
	float: left;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 5px;
}
.naddfooterleft2{
	width: 100%;
}
.naddfooterleft2 h1{
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.naddfooterleft2 p{
	width: 100%;
}
.naddfooterleft2 p a{
	display: block;
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 7px;
	transition: all 0.3s ease;
}
.naddfooterleft2 p a:hover{
	color: #DDDDDD;
}
.naddfooterright{
	width: 40%;
	float: right;
}
.naddfooterright1{
	width: 70%;
	float: left;
}
.naddfooterright1 h4{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0;
}
.naddfooterright1 p{
	width: 100%;
	position: relative;
	padding-left: 30px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}
.naddfooterright1 p i{
	font-size: 24px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 8px;
}
.naddfooterright2{
	width: 100px;
    float: right;
    margin-top: 25px;
}
.naddfooterright2 img{
	width: 100%;
}
.naddfooterright2 p{
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	color: #FFFFFF;
}
.naddfooterbq{
	text-align: center;
	color: #FFFFFF;
	margin-top: 30px;
	font-size: 14px;
}
.naddfooterbq a{
	color: #FFFFFF;
}
.contact3main02{
	width: 100%;
	padding:10px 20px;
}
.contact3main02 a img{
	width: 100%;
}
.contact3main2 a{
	display: block;
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}
.contact3main2 a:nth-child(4n){
	margin-right: 0;
}
.web_anli1n {
    width: 18%;
    height: 265px;
}
.web_anli1n {
    margin-left: 0;
    margin-right: 2.5%;
}
.web_anli1n:nth-child(4n){
	margin-right: 2.5%;
}
.web_anli1n:nth-child(5), .web_anli1n:nth-child(10){
	margin-right: 0;
}
.naddmain6{
	background: url(../images/zhinnegBg.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    height: 742px;
}
.wang {
    background: url(../images/wang.png?v=2) center top 20px no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
    -webkit-animation: flipOutY 3s linear infinite;
    animation: flipOutY 3s linear infinite;
    -moz-animation: flipOutY 3s linear infinite;
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
.naddmain6main{
	position: relative;
	z-index: 2;
	width: 79%;
    position: relative;
    max-width: 1600px;
    margin: auto;
}
.naddmain6main .naddmain2tit h4{
	color: #FFFFFF;
}
.naddmain6titfl{
	width: 1200px;
	margin: auto;
}
.naddmain6fl1{
	width: 16.666%;
	float: left;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	border: 2px solid rgba(0,0,0,0);
}
.naddmain6fl1 div{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.naddmain6fl1 div i{
	font-size: 30px;
	line-height: 46px;
	color: #FFFFFF;
}
.naddmain6fl1:nth-child(1) div{
	background-color: #50b7c1;
	border: 2px solid #50b7c1;
}
.naddmain6fl1:nth-child(2) div{
	background-color: #9ac719;
	border: 2px solid #9ac719;
}
.naddmain6fl1:nth-child(3) div{
	background-color: #88c5f3;
	border: 2px solid #88c5f3;
}
.naddmain6fl1:nth-child(4) div{
	background-color: #2092da;
	border: 2px solid #2092da;
}
.naddmain6fl1:nth-child(5) div{
	background-color: #e20404;
	border: 2px solid #e20404;
}
.naddmain6fl1:nth-child(6) div{
	background-color: #FF9800;
	border: 2px solid #FF9800;
}
.naddmain6fl1 h4{
	font-size: 16px;
	margin: 5px 0;
	margin-top: 15px;
	color: #FFFFFF;
}
.naddmain6fl1 p{
	font-size: 15px;
	color: #ffffff;
	text-transform:capitalize;
}
.naddmain6titfl .naddmain6fl1xz{
	border: 2px solid #ffffff;
}
.naddmain6titfl .naddmain6fl1xz div{
	border: 2px solid #FFFFFF;
	background-color: rgba(0,0,0,0);
}
.naddmain6titfl .naddmain6fl1xz h4{
	color: #ffffff;
}
.naddmain6titfl .naddmain6fl1xz p{
	color: #ffffff;
}
.naddmain6nrfl{
	width: 100%;
	margin-top: 50px;
}
.naddmain6nrfl1{
	width: 100%;
	position: relative;
	padding-right: 716px;
	height: 0;
	overflow: hidden;
}
.naddmain6nrfl1left{
	width: 100%;
	height: 350px;
}
.naddmain6nrfl1lefttit{
	width: 100%;
}
.naddmain6nrfl1lefttit h4{
	padding-top: 10px;
	padding-bottom: 25px;
	background: url(../images/box6.png) no-repeat;
	background-size: auto 100%;
	position: relative;
	font-size: 25px;
	color: #FFFFFF;
	padding-left: 50px;
	letter-spacing: 2px;
}
.naddmain6nrfl1lefttit h4:after{
	content: '';
	width: 25px;
	height: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50px;
	bottom: 0px;
}
.naddmain6nrfl1lefttit p{
	font-size: 18px;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.naddmain6nrfl1js1{
	width: 550px;
	padding-left: 50px;
	margin-top: 30px;
}
.naddmain6nrfl1js1 li{
	width: 50%;
	float: left;
	margin: 25px 0;
}
.naddmain6nrfl1js1 li div{
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #FFFFFF;
	line-height: 38px;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	/*background-color: rgba(255,255,255,0.6);*/
}
.naddmain6nrfl1js1 li div i{
	font-size: 25px;
	color: #FFFFFF;
}
.naddmain6nrfl1js1 li p{
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	line-height: 40px;
}
.naddmain6nrfl1right{
	width: 700px;
	position: absolute;
	padding:50px 30px;
	right: 0;
	top: 0;
	background: url(../images/naddmain6nrfl1rightbg.jpg) center center repeat;
	background-size: auto 100%;
}
.swiper-containerzhcp1{
	width: 55%;
	float: left;
	overflow: hidden;
}
.swiper-containerzhcp1 .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 140px;
      height: 250px;

}
.naddmain6nrfl1rightmain{
	width: 39%;
	position: absolute;
	right: 20px;
	top: 40px;
}
.naddmain6nrfl1right1 div h4{
	font-size: 18px;
	line-height: 22px;
	color: #222222;
	margin-bottom: 6px;
	font-weight: bold;
}
.naddmain6nrfl1right1 div p{
	font-size: 14px;
	line-height: 20px;
	color: #222222;
}
.naddmain6nrfl1right1 div:nth-child(2){
	margin: 30px 0;
}
.naddmain6nrfl1right1{
	top: 65px;
}
.naddmain6nrfl1cyjs{
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
	padding-left: 50px;
	margin-top: 30px;
}
.naddmain6nrfl1right2 p{
	width: 100%;
    float: left;
    font-size: 15px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
}
.naddmain6nrfl1right2{
	top: 130px;
}
.naddmain6nrfl1js2 li{
	margin: 13px 0;
}
.sywysf{
	width: 55%;
    float: left;
}
.naddmain6nrfl1lefttit .naddmain6nrfl1leftfp{
	font-size: 15px;
    line-height: 25px;
}
.zgaba{
    margin: 0 5px;
}
.zgaba img{
    display: inline-block;
    width: 20px;
    vertical-align: bottom;
    margin-right: 3px;
}

.navtabxx1 div{
          position: absolute;
    width: 120px;
    background: #ffffff;
    box-shadow: 0px 5px 5px #dddddd;
    border-radius: 5px;
    left: -45px;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
        }
        .navtabxx1:hover> div{
          padding: 10px 0;
    max-height: 100px;
        }
        .navtabxx1 div a{
          color: #222222;
    line-height: 35px;
    font-size: 15px;
    transition: all 0.3s ease;
        }
        .navtabxx1 div a:hover{
          color: #50b7c1;
        }


    .mfvideo {
    position: fixed;
    width: 500px;
    height: 287px;
    left: -200px;
    bottom: -100px;
    z-index: 99;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #939191;
    transition: all 0.3s ease;
    transform: scale(0);
}
.mfvideo1{
    left: 5px;
    bottom: 5px;
    transform: scale(1);
}
.mfvideo video {
    width: 100%;
    height: 277px;
    position: initial;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.mfvideo i{
    font-style: initial;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    color: #ffffff;
    line-height: 20px;
    font-size: 25px;
    cursor: pointer;
}


@media only screen and (max-width: 1560px){
	.naddmain1_con, .naddmain2nrfl2, .naddmain3_con, .naddmain4_con, .naddfootermain, .naddmain6main{
		width: 89%;
		min-width: 1200px;
	}
	
}